LC_EVENT_WAITPOINT Home

LiteCAD generates LC_EVENT_WAITPOINT event when the cursor is moved inside of the graphics window while the function lcWndWaitPoint is running.

The following properties are used for this event type:

Property Description
LC_PROP_EVENT_TYPE Value LC_EVENT_WAITPOINT
LC_PROP_EVENT_WND Handle to a graphics window
LC_PROP_EVENT_DRW Handle to a drawing, viewed in the window
LC_PROP_EVENT_BLOCK Handle to active block (linked to the window)
LC_PROP_EVENT_FLOAT1
LC_PROP_EVENT_FLOAT2
X,Y cursor coordinates (drawing coordinate space)
LC_PROP_EVENT_FLOAT3 Window pixel size (drawing's units)
LC_PROP_EVENT_INT1
LC_PROP_EVENT_INT2
X, Y cursor coordinates (window coordinate space, pixels)
LC_PROP_EVENT_INT3 State of Shift key: 1-pressed, 0-released
LC_PROP_EVENT_INT4 State of Ctrl key: 1-pressed, 0-released